makeInaccessible

open fun makeInaccessible(publicTypes: Array<Class<out Any>>)

Removes the publicTypes from the types that are accessible from JavaScript.

Does nothing if the publicTypes array contains a type that is not accessible.

Parameters

publicTypes

the types to be removed from the accessible ones